GCC4.6: Squash warnings in fec_mxc.c
authorMarek Vasut <[email protected]>
Mon, 24 Oct 2011 23:40:03 +0000 (23:40 +0000)
committerWolfgang Denk <[email protected]>
Thu, 27 Oct 2011 21:54:08 +0000 (23:54 +0200)
commiteda959f340f10e6efbe7ce916133344730e7cacd
tree8d2b787b081bd6d2e6e3066ba7f1856b7be769f1
parent458f4381691a083e8a4004d1fe444a1951d75354
GCC4.6: Squash warnings in fec_mxc.c

fec_mxc.c: In function 'fec_mii_setspeed':
fec_mxc.c:112:2: warning: format '%#lx' expects type 'long unsigned int', but
argument 2 has type 'u32'
fec_mxc.c: In function 'fec_recv':
fec_mxc.c:632:2: warning: format '%x' expects type 'unsigned int', but argument
2 has type 'long unsigned int'

Signed-off-by: Marek Vasut <[email protected]>
Cc: Wolfgang Denk <[email protected]>
Cc: Simon Glass <[email protected]>
Cc: Mike Frysinger <[email protected]>
drivers/net/fec_mxc.c